func compress/flate.histogram

2 uses

	compress/flate (current package)
		huffman_bit_writer.go#L632: 	histogram(input, w.literalFreq)
		huffman_bit_writer.go#L699: func histogram(b []byte, h []int32) {